Contribution studio.extensions.easyshare--types
In component studio.extensions.easyshare
studio.extensions.easyshare
inside easyshare-1.0.4-593.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="EasyShareFolder">
<label>Easy Share Folder</label>
<category>Collaborative</category>
<icon>/img/easyshare.png</icon>
<bigIcon>/img/easyshare_100.png</bigIcon>
<description>Container for holding shared files and accessible anonymously by URL</description>
<default-view>view_documents</default-view>
<subtypes>
<type>Audio</type>
<type>File</type>
<type>Picture</type>
<type>Video</type>
</subtypes>
<layouts mode="create">
<layout>layout@EasyShareFolder-create</layout>
</layouts>
<layouts mode="edit">
<layout>layout@EasyShareFolder-edit</layout>
</layouts>
<layouts mode="view">
<layout>layout@EasyShareFolder-view</layout>
</layouts>
<layouts mode="header">
<layout>layout@EasyShareFolder-header</layout>
</layouts>
<contentViews category="content">
<contentView showInExportView="false">document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">document_trash_content</contentView>
</contentViews>
</type>
<type id="Folder">
<subtypes>
<type>EasyShareFolder</type>
</subtypes>
</type>
<type id="Workspace">
<subtypes>
<type>EasyShareFolder</type>
</subtypes>
</type>
</extension>